Skip to content

[Az.ArcResourceBridge] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement #28279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 19, 2025

Conversation

lijinpei2008
Copy link
Contributor

#28181

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

…ollowing cmdlet adds a BreakingChange announcement
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@lijinpei2008 lijinpei2008 marked this pull request as ready for review August 11, 2025 06:18
@Copilot Copilot AI review requested due to automatic review settings August 11, 2025 06:18
@lijinpei2008 lijinpei2008 added the Breaking Change Release This PR contains breaking change label Aug 11, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds breaking change announcements for the Az.ArcResourceBridge module to notify users about upcoming refactoring where cmdlet return types will change from array/single object to list. The changes prepare for future codebase refactoring by documenting deprecation timelines and updating project configurations.

  • Updated changelog with breaking change announcements for five cmdlets
  • Added breaking change directives in autorest configuration with deprecation timeline
  • Updated project dependencies and build configurations

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
ChangeLog.md Added breaking change announcement for cmdlets returning array/single object to list
Az.ArcResourceBridge.psd1 Updated dependencies and file paths configuration
ArcResourceBridge.sln Updated solution file with new project configurations and build platforms
README.md (autorest resources) Added new resources directory documentation
generate-info.json Updated generation ID for autorest
Az.ArcResourceBridge.md Updated module GUID in documentation
README.md (autorest) Added breaking change directives with deprecation timeline
AssemblyInfo.cs Added new assembly information file

Copy link

To the author of the pull request,
This PR was labeled "Breaking Change Release" because it contains breaking changes.

  • According to our policy, breaking changes can only take place during major release and they must be preannounced.
  • Please follow our guide on the detailed steps.
  • Required: Please fill in the task below to facilitate our contact,you will receive notifications related to breaking changes.

@lijinpei2008 lijinpei2008 added Breaking Change Preannounce This PR adds preannouncement about upcoming breaking change and removed Breaking Change Release This PR contains breaking change labels Aug 18, 2025
@NoriZC NoriZC merged commit ffb68a8 into main Aug 19, 2025
12 checks passed
@NoriZC NoriZC deleted the jinpei/main/ArcResourceBridge-Announcement branch August 19, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Preannounce This PR adds preannouncement about upcoming breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants